home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2010 / SIGGRAPH 2010 - Disc 3.iso / assets / losa.css < prev    next >
Cascading Style Sheet File  |  2010-06-17  |  2KB  |  169 lines

  1. body {
  2.     margin: 0;
  3.     font-family: Helvetica, sans-serif;
  4.     font-size: small;
  5.     background: rgb(232, 232, 232);
  6. }
  7.  
  8. h2 {
  9.     font-size: 150%;
  10.     font-weight: bold;
  11.     margin-top: 10px;
  12.     margin-bottom: 10px;
  13. }
  14.  
  15. h3 {
  16.     font-size: 120%;
  17.     font-weight: bold;
  18.     margin-top: 10px;
  19.     margin-bottom: 10px;
  20. }
  21.  
  22. #wrapper {
  23.     width: 960px;
  24.     \width: 980px;
  25.     w\idth: 980px;
  26.     margin-left: auto;
  27.     margin-right: auto;
  28.     margin-top: 10px;
  29.     margin-bottom: 10px;
  30.     text-align: left;
  31.     background: #fff;
  32.     border-style: solid;
  33.     border-width: 1px;
  34. }
  35.  
  36. #pageheader {
  37.     width: 980px;
  38.     height: 120px;
  39.     text-align: center;
  40.     background-image: url(header_2010.jpg);
  41. }
  42.  
  43. #navcontainer {
  44.     background: rgb(232, 232, 232);
  45.     border-bottom-style: solid;
  46.     border-bottom-width: 1px;
  47.     border-top-style: solid;
  48.     border-top-width: 1px;
  49. }
  50.  
  51. #footer {
  52.     width: 980px;
  53.     height: 60px;
  54.     margin-top: 10px;
  55.     text-align: center;
  56.     background-image: url(footer_new.jpg);
  57. }
  58.  
  59. #navcontainer ul {
  60.     font-family: Helvetica, sans-serif;
  61.     font-weight: bold;
  62.     color: white;
  63.     text-align: center;
  64.     margin: 0;
  65.     padding-bottom: 5px;
  66.     padding-top: 5px;
  67.     padding-left: 0px;
  68. }
  69.  
  70. #navcontainer ul li {
  71.     display: inline;
  72. }
  73.  
  74. #navcontainer ul li a {
  75.     padding: 5px 10px 5px 10px;
  76.     color: rgb(65,43,223);
  77.     text-decoration: none;
  78. }
  79.  
  80. #navcontainer ul li a:hover {
  81.     color: rgb(245,8,39);
  82. }
  83.  
  84. #sidebar-a {
  85.     float: left;
  86.     width: 200px;
  87.     \width: 210px;
  88.     w\idth: 210px;
  89.     margin: 0;
  90.     margin-right: 5px;
  91.     padding: 5px;
  92.     display: block;
  93. }
  94.  
  95. #content {
  96.     padding: 5px;
  97.     margin-left: 25px;
  98.     margin-right: 25px;
  99. }
  100.  
  101. #content p {
  102.     line-height: 1.4;
  103. }
  104.  
  105. #content ul {
  106.     list-style-type: disc;
  107.     list-style-position: inside;
  108.     line-height: 1.4;
  109. }
  110.  
  111. #committee {
  112.     line-height: 1.4;
  113. }
  114.  
  115. .committeemember {
  116.     margin-bottom: 8px;
  117. }
  118.  
  119. .course, .etech, .poster, .talk, .artpaper, .paper {
  120.     margin-bottom: 10px;
  121.     line-height: 1.4;
  122. }
  123.  
  124. .award {
  125.     line-height: 1.4;
  126. }
  127.  
  128. .abstract {
  129.     margin: 5px 20px 5px 20px;
  130. }
  131.  
  132. .talksession, .postersession, .session {
  133.     margin-top: 10px;
  134.     margin-bottom: 10px;
  135.     line-height: 1.4;
  136. }
  137.  
  138. .sessiontitle {
  139.     font-size: 120%;
  140.     font-weight: bold;
  141.     padding-bottom: 10px;
  142. }
  143.  
  144. .sessionchair {
  145.     font-style: italic;
  146. }
  147.  
  148. .bold {
  149.     font-weight: bold;
  150. }
  151.  
  152. .italic {
  153.     font-style: italic;
  154. }
  155.  
  156. .underline {
  157.     text-decoration: underline;
  158. }
  159.  
  160. .abstract {
  161.     margin-left: 20px;
  162.     margin-right: 20px;
  163. }
  164.  
  165. IMG.displayed {
  166.     display: block;
  167.     margin-left: auto;
  168.     margin-right: auto }
  169.